projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48a28f8
)
; Don't require semantic/symref, it's unnecessary now
author
Dmitry Gutov
<dgutov@yandex.ru>
Mon, 24 Dec 2018 02:37:24 +0000
(
04:37
+0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Mon, 24 Dec 2018 02:37:24 +0000
(
04:37
+0200)
lisp/progmodes/xref.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xref.el
b/lisp/progmodes/xref.el
index 3b449bf9b158609e7e3944d68d570252720ceca3..a0a704f133d3a4c8eb2da449132f9b36a80fc109 100644
(file)
--- a/
lisp/progmodes/xref.el
+++ b/
lisp/progmodes/xref.el
@@
-71,9
+71,6
@@
(require 'ring)
(require 'project)
-(eval-when-compile
- (require 'semantic/symref)) ;; for hit-lines slot
-
(defgroup xref nil "Cross-referencing commands"
:version "25.1"
:group 'tools)